Description
Get the collection list accessible by the current user. This is returning a blob containing a serialized JSON array..
Operation id | Collection.Suggestion |
Category | Services |
Label | Get collection suggestion |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Collection.Suggestion",
"label" : "Get collection suggestion",
"category" : "Services",
"requires" : null,
"description" : "Get the collection list accessible by the current user. This is returning a blob containing a serialized JSON array..",
"url" : "Collection.Suggestion",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "currentPageIndex",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lang",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "pageSize",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "searchTerm",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}